﻿CHARACTERS = {
	c:BAV = {
		create_character = {
			#role = politician # Remove this line
			first_name = "Ludwig_I"
			last_name = "von_Bayern"
			ruler = yes
			age = 50
			interest_group = ig_landowners
			ideology = ideology_royalist
			traits = {
				romantic
			}
			on_created = {
				set_variable = is_married
			}
		}

		create_character = {
			# Maximilian II of Bavaria
			#role = politician # Remove this line
			first_name = "Maximilian"
			last_name = "von_Bayern"
			heir = yes
			age = 25
			interest_group = ig_petty_bourgeoisie
			ideology = ideology_royalist
			traits = {
				tactful
			}
		}	

		create_character = {
			#role = politician # Remove this line
			first_name = "Friedrich_August"
			last_name = "von_Gise"
			age = 53
			ig_leader = yes
			interest_group = ig_landowners
			ideology = ideology_royalist
			traits = {
				reserved
			}
		}

		create_character = {
			#role = politician # Remove this line
			first_name = "Joseph_Anton"
			last_name = "von_Maffei"
			age = 46
			ig_leader = yes
			interest_group = ig_industrialists
			ideology = ideology_market_liberal
			traits = {
				persistent
			}
		}


		create_character = {
			is_general = yes
			first_name = Jakob
			last_name = von_Washington
			age = 58
			traits = {
		#		gallant
		#		powerful_friends
			}

		}
		
		create_character = {
			is_general = yes
			first_name = Karl
			last_name = von_Heideck
			age = 48
			traits = {
		#		polite
		#		poet
			}
		}
	}
}
